Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Nuke: adding preset for a Read node name to all img and mov Loaders #1146

Merged

Conversation

jakubjezek001
Copy link
Member

Description:

Some clients were demanding control over nuke node name formatting

Available keys for name formatting expression

asset = assert name in the context
subset = subset name in the context
representation = name of the representation in the context
ext = extension of the representation in the context
id = ID hash of the representation in the context
class_name = actual plugin name

Testing requirements:

Add following code to your pype-config\presets\plugins\nuke\load.json

{
    "LoadSequence": {
        "name_expression": "Read_{ext}"
    }
}

@jakubjezek001 jakubjezek001 self-assigned this Mar 17, 2021
@jakubjezek001 jakubjezek001 added 2x-dev sponsored Client endorsed or requested type: enhancement Enhancements to existing functionality host: Nuke labels Mar 17, 2021
@jakubjezek001 jakubjezek001 changed the title Adding preset for Read node name to all img and mov Loaders Nuke: adding preset for a Read node name to all img and mov Loaders Mar 17, 2021
@jakubjezek001 jakubjezek001 linked an issue Mar 17, 2021 that may be closed by this pull request
@mkolar mkolar added this to the 2.16.0 milestone Mar 18, 2021
@mkolar
Copy link
Member

mkolar commented Mar 18, 2021

Nice!

make equivalent for 3.0 please.

@mkolar mkolar merged commit 39a696a into 2.x/develop Mar 18, 2021
@mkolar mkolar deleted the 2_x/feature/1100-nuke-read-container-simplify-labeling branch March 22, 2021 21:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Nuke sponsored Client endorsed or requested type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nuke read container. simplify labeling
2 participants